home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-27 | 1.1 KB | 65 lines | [TEXT/MPS ] |
- /* File Rotation.r Copyright (C) 1996 by John R. Montbriand. All Rights Reserved. */
-
- /* File Rotation.r
-
- Copyright (C) 1996 by John Montbriand. All Rights Reserved.
-
- Distribute freely in areas where the laws of copyright apply.
-
- Use at your own risk.
-
- Do not distribute modified copies.
-
- These various BitMap libraries and examples are for free!
-
- See the accompanying file BitMap.txt for details.
-
- */
-
- /* rez source file for the Rotation program */
-
-
- #include "Types.r"
- #include "CodeFragmentTypes.r"
-
- include "Rotation.rsrc";
-
-
- resource 'SIZE' (-1, purgeable) {
- reserved,
- acceptSuspendResumeEvents,
- reserved,
- canBackground,
- doesActivateOnFGSwitch,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreAppDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- localAndRemoteHLEvents,
- isStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 1024 * 300,
- 1024 * 300
- };
-
-
- resource 'cfrg' (0) {
- {
- kPowerPC,
- kFullLib,
- kNoVersionNum,
- kNoVersionNum,
- kDefaultStackSize,
- kNoAppSubFolder,
- kIsApp,
- kOnDiskFlat,
- kZeroOffset,
- kWholeFork,
- "Rotation"
- }
- };
-